home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / UTILITIES / MEMORYTEST.ZIP / RunThis < prev    next >
Text File  |  1997-02-21  |  851b  |  25 lines

  1. | Written by Stuart Halliday 21/2/97 stuart@quantumsoft.co.uk
  2. | Quick setup for Memtest.
  3. |
  4. | Resets these three areas to be as low as possible
  5. | If you get a "there is not enough memory..." error message then
  6. | something is stopping the these three items from going to the
  7. | values given. (ROS 3.6+ will not allow the fontsize below 32K).
  8. *ChangeDynamicArea -FontSize 32K -SpriteSize 0K -RamFsSize 0K
  9. |
  10. | Maximise the amount of free RAM by going to Screen Mode 0
  11. *WimpMode 0
  12. |
  13. | Tries to give the NEXT slot 256M bytes of RAM. 
  14. *WimpSlot -next 256000K
  15. |
  16. | Runs the Memtest program
  17. *WimpTask <obey$dir>.Memtest
  18. |
  19. | When Memtest is finished and you click or press a key to continue
  20. | you will be returned to the screen mode given below.
  21. | Tailor this to suit yourself.
  22. *WimpMode X1024 Y768 C256
  23. |
  24. | Reset the Next slot back to normal
  25. *WimpSlot -next 800K